home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 43
/
Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso
/
-in_the_mag-
/
workbench
/
sql
/
msql-2.0.10.1
/
release_notes
< prev
next >
Wrap
Text File
|
1999-06-14
|
2KB
|
64 lines
Notes for mSQL 2.0.4
----------------------
The default action for mSQL as of 2.0.4 is to deny access from remote
machines. To enable connections via the TCP socket edit the msql.conf
file and set Remote_Access = True
Notes for mSQL 2.0.3
----------------------
There have been no modifications other than bug fixes.
Notes for mSQL 2.0.2
----------------------
There have been no modifications other than bug fixes.
Notes for mSQL 2.0.1
----------------------
The data format, protocol, and API interface have not changed since the
2.0 ProdRel release. Performance enhancements have been added to the
API library so relinking of mSQL applications is advised although it is
not required. Any 2.0 ProdRel linked application will work without
modification against the 2.0.1 server.
Notes for the Production Release of mSQL 2.0
--------------------------------------------
No modification has been made to the data formats used by mSQL since the
Beta 5 release. You can safely install the production release over an
existing mSQL 2.0 installation.
The API has been extended by including routines to manipulate the time
and date formats used by mSQL. You should re-link your applications
against the new version of libmsql.a to access the new features.
Notes for the Beta 6 release of mSQL 2.0
----------------------------------------
The internal operations of the Lite VM have been modified although it
should not impact upon libraries compiled with earlier versions of Lite.
Notes for the Beta 5 release of mSQL 2.0
----------------------------------------
Due to the redesign of the data storage format and the AVL index format,
all tables must be dumped and reloaded when moving to the Beta 5 release
from any previous release of the 2.0 code. The redesign was required
to facilitate 64bit alignment of the data for machines that enforce 64bit
data accesses (such as the DEC Alpha).